Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: move script to html tag #961

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Conversation

mdqst
Copy link
Contributor

@mdqst mdqst commented Nov 2, 2024

Снимок экрана 2024-11-02 в 15 25 03

The <script> tag with var global = global || window; is placed outside of the <body>. It’s better to move it inside the <body> or put it in the to avoid potential loading issues.

The <script> tag with var global = global || window; is placed outside of the <body>. It’s better to move it inside the <body> or put it in the <head> to avoid potential loading issues.
@Sekhmet Sekhmet changed the title Update index.html refactor: move script to html tag Dec 18, 2024
Copy link
Member

@Sekhmet Sekhmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK

Thank you!

@Sekhmet Sekhmet enabled auto-merge (squash) December 18, 2024 13:36
@Sekhmet Sekhmet disabled auto-merge December 18, 2024 13:37
@Sekhmet Sekhmet merged commit 614aee1 into snapshot-labs:master Dec 18, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants